home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / selcal13 / selcall.doc < prev    next >
Text File  |  1994-01-16  |  26KB  |  520 lines

  1.  
  2.  
  3.  
  4. SELCALL 1.3, a SITOR SelCall translator
  5. ---------------------------------------
  6. (C) 16-Jan-1994, Ralf D. Kloth (DL4TA).
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. SELCALL - what is does ...
  16. --------------------------
  17.  
  18. SELCALL is a small and simple programm to translate maritime SITOR selcalls.
  19. It just translates a selcall ... no sliding windows, no sound, no animation
  20. ... sorry.
  21.  
  22. A SITOR selcall is a selective call identifier for selective addressing of a
  23. distant communications station, used in SITOR radio teletype communications
  24. according to CCIR 476-4.
  25. The calling signal to start a SITOR circuit consists of 2 blocks of 3 charac-
  26. ters each. The Selcalls are 4-letter combinations contained in these 2 blocks.
  27. If the SITOR teletype gear of a radiostation is allocated the selcall 'XXXX',
  28. it will phase and automagically reply to any call from any station calling
  29. with the selcall XXXX.
  30. While radioamateurs and other fixed stations may use any 4-letter combination
  31. as a selcall, there are more strict rules in the maritime mobile service (MMS).
  32.  
  33. The maritime mobile service (MMS) uses 4- and 5-digit selective call NUMBERS.
  34. The 4-digit numbers are assigned to coast stations and the 5-digit numbers
  35. are assigned to ship stations on a world wide basis.
  36. These figure selcall numbers are mapped to letter selcall combinations
  37. suitable for SITOR transmission on air.
  38. The SITOR equipment used in the MMS does this translation automatically.
  39. The radio operator keys in the assigned selcall number of the station he wants
  40. to get in contact with and does not care about the 4-letter word transmitted on
  41. air. (No, not *those* 4-letter-words ... :-).
  42.  
  43. While the translation between a 4-digit selcall and a 4-letter combination
  44. is a simple one-to-one substitution, the 5-digit <---> 4-letter mapping is a
  45. little more sophisticated, but still easy to be done according the following
  46. matrix:
  47.  
  48.  
  49. 4-digit number translation:  digits :       0 1 2 3 4 5 6 7 8 9
  50.                              -----------------------------------
  51.                              letters :      V X Q K M P C Y F S
  52.  
  53. 5-digit number translation:  digit 1 :      0 1 2 3 4 5 6 7 8 9
  54.                              -----------------------------------
  55.                              digit 2 :  0   T V V V T T T V V V
  56.                                         1   B X X X B B B X X X
  57.                                         2   U Q Q Q U U U Q Q Q
  58.                                         3   E K K K E E E K K K
  59.                                         4   O M M M O O O M M M
  60.                                         5   I P P P I I I P P P
  61.                                         6   R C C C R R R C C C
  62.                                         7   Z Y Y Y Z Z Z Y Y Y
  63.                                         8   D F F F D D D F F F
  64.                                         9   A S S S A A A S S S
  65.                              -----------------------------------
  66.                              digit 3 :  0   V T V V T V V T T V
  67.                                         1   X B X X B X X B B X
  68.                                         2   Q U Q Q U Q Q U U Q
  69.                                         3   K E K K E K K E E K
  70.                                         4   M O M M O M M O O M
  71.                                         5   P I P P I P P I I P
  72.                                         6   C R C C R C C R R C
  73.                                         7   Y Z Y Y Z Y Y Z Z Y
  74.                                         8   F D F F D F F D D F
  75.                                         9   S A S S A S S A A S
  76.                              -----------------------------------
  77.                              digit 4 :  0   V V T V V T V T V T
  78.                                         1   X X B X X B X B X B
  79.                                         2   Q Q U Q Q U Q U Q U
  80.                                         3   K K E K K E K E K E
  81.                                         4   M M O M M O M O M O
  82.                                         5   P P I P P I P I P I
  83.                                         6   C C R C C R C R C R
  84.                                         7   Y Y Z Y Y Z Y Z Y Z
  85.                                         8   F F D F F D F D F D
  86.                                         9   S S A S S A S A S A
  87.                              -----------------------------------
  88.                              digit 5 :  0   V V V T V V T V T T
  89.                                         1   X X X B X X B X B B
  90.                                         2   Q Q Q U Q Q U Q U U
  91.                                         3   K K K E K K E K E E
  92.                                         4   M M M O M M O M O O
  93.                                         5   P P P I P P I P I I
  94.                                         6   C C C R C C R C R R
  95.                                         7   Y Y Y Z Y Y Z Y Z Z
  96.                                         8   F F F D F F D F D D
  97.                                         9   S S S A S S A S A A
  98.                              -----------------------------------
  99.  
  100. This SELCALL.EXE program does the translation between an assigned maritime
  101. figure selcall number and the 4-letter selcall transmitted on the radio, and
  102. vice versa.
  103. Examples:     assigned MMS selcall          SITOR transmission
  104.               number                        on air
  105.                0001 <--- translates to ---> VVVX
  106.                1234                         XQKM
  107.                2222                         QQQQ
  108.                9123                         SXQK
  109.               00001                         TVVX
  110.               12345                         QEMP
  111.               22222                         QQUQ
  112.               91230                         XQET
  113.  
  114. If a 4-digit selcall number matches the selcall ID of a known coast station,
  115. the program will tell so and report the coast station's name.
  116.  
  117.  
  118.  
  119.  
  120. Installation:
  121. -------------
  122.  
  123. The program comes as a compressed archive file SELCAL13.ZIP.
  124. The archive has been created by PKZIP 2.04e (PKWARE Inc) and contains the
  125. following files:
  126.    SELCALL.DOC   26308  16.01.94 12.00   ... this text file
  127.    SELCALL.EXE   16192  16.01.94 12.00   ... the program to run
  128.    SELCALL.NOT     366  16.01.94 12.00   ... the uploading notice to SIMTEL20.
  129.    SITOR.TPU      2432  16.01.94 12.00   ... a BORLAND-PASCAL (7.01) UNIT
  130.    SITOR6.TPU     2528  16.01.94 12.00   ... a TURBO-PASCAL (6.01) UNIT
  131.  
  132. Use PKUNZIP 2.xx to unpack.
  133.  
  134.  
  135.  
  136.  
  137. Usage of the SELCALL.EXE program:
  138. ---------------------------------
  139.  
  140. SELCALL <selcall> : translates a SITOR-selcall from 4-letters into 4- and
  141.                       5-digits representation and vice versa.
  142.                       Example: SELCALL 0001, SELCALL 12345, or SELCALL QEMP.
  143.                       4-letter inputs which cannot be translated into a valid
  144.                       maritime selcall number are rejected.
  145. SELCALL ?         : displays this short help text.
  146. SELCALL CHECK     : checks the .EXE program file for possible modification
  147.                       by a virus.
  148. SELCALL HELP      : displays this short help text.
  149.  
  150.  
  151.  
  152.  
  153. Usage of the SITOR.TPU units:
  154. -----------------------------
  155.  
  156. SITOR.TPU is a BORLAND-PASCAL (7.01) UNIT containing a callable PROCEDURE doing
  157. the translation work.
  158. SITOR6.TPU is the same UNIT as above, but compiled with TURBO-PASCAL 6.01.
  159.  
  160. PROCEDURE SITOR.SelCall (Inpt : String;      (* the input string to translate *)
  161.                          VAR Outpt : String; (* the translated output *)
  162.                          VAR RC : Integer);  (* return code *)
  163.  
  164. RC = 0, if the input string has been correctly translated;
  165. RC = 12, if the input string has NOT been correctly translated
  166.          (the Outpt-String is '' in this case (Length 0)).
  167.  
  168.  
  169.  
  170.  
  171. Security:
  172. ---------
  173.  
  174. The program SELCALL.EXE and the SITOR.TPU units have been compiled and PKZIPed
  175. on a PC checked with the latest SCANV109 virus checker (McAffee SCAN 9.20 V109)
  176. and found to be clean.
  177. The VALIDATE.COM 0.4 (McAffee) reports checksums for SELCALL.EXE of 7895 and 0ED6.
  178.  
  179. The program SELCALL.EXE has a small CRC check routine to check itself against possible
  180. modifications in its EXE-file, if invoked with SELCALL CHECK. It re-reads the
  181. EXE-file to calculate the CRC.
  182. Besides this, the SELCALL.EXE does NO further disk-I/O by itself.
  183.  
  184.  
  185.  
  186.  
  187. Legal:
  188. ------
  189.  
  190. The use of the PROGRAM and the UNITs is FREE. They may be distributed freely,
  191. if they are left intact and unmodified and if they are accompanied by this
  192. unmodified SELCALL.DOC file.
  193. The programmes are distributed 'as is', in the hope that they will be useful,
  194. but WITHOUT ANY WARRANTY  ... and yes, you use them at own risk.
  195.  
  196.  
  197.  
  198.  
  199. Ralf D. Kloth
  200. Erich-Schmid-Str. 27, D-71638 Ludwigsburg, Germany.
  201.  
  202. packet-radio : dl4ta@db0lx
  203. e-mail       : wtpz2234@servus.rus.uni-stuttgart.de
  204.  
  205.  
  206. APPENDIX 44  to the ITU Radio Regulations  (Edition of 1990)
  207. ------------------------------------------------------------
  208.  
  209. Part 1. Table of Blocks of Selective Call Numbers for Ship Stations
  210.  
  211. 00000-00499  Argentina                  56200-56299  Malaysia
  212. 00500-00699  Cyprus                     56400-56599  Turkey
  213. 00700-00799  Fiji                       56600-56699  Thailand
  214. 00800-00899  Hungary                    56800-57099  Yugoslavia
  215. 00900-00999  Saudi Arabia               57100-57499  Norway
  216. 01000-01199  Australia                  57575        Yugoslavia
  217. 01200-01399  Peru                       57600-57699  Uruguay
  218. 01400-01499  Bolivia                    57800-57899  Venezuela
  219. 01500-01599  Tanzania                   57900-58099  Romania
  220. 01600-01699  Myanmar                    58100-58199  Algeria
  221. 01700-01799  Cyprus                     58200-58299  Austria
  222. 01800-01899  Singapore                  58300-58399  Costa Rica
  223. 01900-01999  Sechelles                  58400-58899  Brazil
  224. 02020        Argentina                  58900-58999  Sri Lanka
  225. 02100-02199  Bangladesh                 59000-59099  Ecuador
  226. 02200-02299  Cape Verde                 59100-59199  Brazil
  227. 02300-02399  St Vincent & Grenadines    59200-59399  Iran
  228. 02400-02449  Cook Islands               59400-59499  Libya
  229. 02500-02549  Niue Island                59500-59699  Brazil
  230. 02600-02699  Western Samoa              59700-59899  New Zealand
  231. 02700-02799  Mauritius                  59900-59999  Monaco
  232. 02800-02999  Antiagua and Barbuda       60000-60099  Brazil
  233. 03000-03199  China                      60100-60599  Germany
  234. 03200-03299  Canada                     60700-60999  Pakistan
  235. 03300-04039  Denmark                    61000-61099  Netherlands Antilles
  236. 04040        Canada                     61100-61199  UK Great Britain and NI
  237. 04041-05049  Denmark                    61200-61299  Brazil
  238. 05050        China                      61400-61999  Bahamas
  239. 05051-05199  Denmark                    62000-62099  Jordan
  240. 05200-05399  Cyprus                     62100-62625  Germany
  241. 05400-05899  Denmark                    62627-62999  Germany
  242. 05900-05999  Bulgaria                   63000-63099  Qatar
  243. 06000-06059  Denmark                    63200-63299  Bahrain
  244. 06060        China                      63400-63499  United Arab Emirates
  245. 06061-08399  Denmark                    63500-63635  Germany
  246. 08400-09499  Spain                      63637-64599  Germany
  247. 09500-09699  Denmark                    64600-64799  South Africa
  248. 09700-09999  China                      64800-65655  Germany
  249. 10000-10099  Denmark                    65657-65699  Germany
  250. 10101        Spain                      65700-65999  Turkey
  251. 10200-10399  Denmark                    66000-66665  ex-USSR
  252. 10400-12099  USA                        66667-67675  ex-USSR
  253. 12121        USA                        67677-69695  ex-USSR
  254. 12200-12499  France                     69697-72499  ex-USSR
  255. 12500-13130  Sweden                     72500-73999  Belgium
  256. 13131        China                      74000-74299  Germany
  257. 13132-13599  Sweden                     74300-74499  Austria
  258. 14000-14199  Finland                    74500-74699  Germany
  259. 14200-16699  France                     74700-74799  Sierra Leone
  260. 16700-17699  Greece                     74800-75499  Germany
  261. 17700-18180  Germany                    75500-75756  Iceland
  262. 18181        China                      75758-75999  Iceland
  263. 18182-18699  Germany                    76000-76699  Germany
  264. 18700-18999  Honduras                   76700-76799  Philippines
  265. 19000-19099  Chile                      76800-77499  Denmark
  266. 19100-19190  Germany                    77500-77699  Yemen
  267. 19191        China                      77700-77799  Mexico
  268. 19192-19399  Germany                    77800-77999  Denmark
  269. 19400-19499  Ghana                      78000-78199  Egypt
  270. 19500-19599  Ethiopia                   78200-78399  Singapore
  271. 19600-20299  China                      78400-78699  Denmark
  272. 20300-21299  Italy                      78700-78799  Mexico
  273. 21300-22199  Norway                     78800-78999  Denmark
  274. 22222        Italy                      79000-79099  Oman
  275. 22300-22399  Iraq                       79200-79399  Syria
  276. 22400-22699  Kuwait                     79500-79599  Senegal
  277. 22700-22899  Iraq                       79600-79796  Germany
  278. 22900-22999  Indonesia                  79797        UK Great Britain and NI
  279. 23232-23263  Chile                      79798-79899  Germany
  280. 23500-23999  India                      79900-80807  Netherlands
  281. 24100-24199  Colombia                   80809-81799  Netherlands
  282. 24242        China                      81800-81899  Czechoslovakia
  283. 24300-25199  Liberia                    81900-81999  Djibouti
  284. 25300-26999  Sweden                     82000-82827  Germany
  285. 27000-27499  Japan                      82828        Malta
  286. 28000-28281  Norway                     82829-82899  Germany
  287. 28282        Japan                      82900-83837  France
  288. 28283-29291  Norway                     83838        Malta
  289. 29292        Japan                      83839-84799  France
  290. 29293-30302  Norway                     84800-84899  Netherlands
  291. 30303        Japan                      84900-85857  Denmark
  292. 30304-31299  Norway                     85859-86867  Denmark
  293. 31300-31399  Morrocco                   86868        Italy
  294. 31400-31899  France                     86869-87799  Denmark
  295. 31900-31999  Malta                      87800-87877  Germany
  296. 32000-32099  Cuba                       87878        Italy
  297. 32100-32322  Norway                     87879-88887  Germany
  298. 32324-35352  Norway                     88888        Italy
  299. 35354-35999  Norway                     88889-89897  Germany
  300. 36000-36099  Ireland                    89898        Italy
  301. 36200-36299  Luxembourg                 89899-89999  Germany
  302. 36363        Japan                      90000-90908  Norway
  303. 36400-38399  Netherlands                90909        Italy
  304. 38400-41899  Germany                    90910-91918  Norway
  305. 41900-42699  Panama                     91919        Italy
  306. 42700-42899  Norway                     91920-92928  Norway
  307. 42900-42999  Panama                     92929        Italy
  308. 43000-43499  Poland                     92930-93938  Norway
  309. 43500-44443  Sweden                     93939        Italy
  310. 44444        Panama                     93940-94899  Norway
  311. 44445-45453  Sweden                     94900-94948  Sweden
  312. 45455-45499  Sweden                     94949        Israel
  313. 45500-49299  UK Great Britain and NI    94950-95958  Sweden
  314. 49494        UK Great Britain and NI    95959        Israel
  315. 49700-50299  Denmark                    95960-96968  Sweden
  316. 50300-50499  UK Great Britain and NI    96969        Israel
  317. 50500-50699  Israel                     96970-96999  Sweden
  318. 50700-51099  Norway                     97000-97978  France
  319. 51100-51514  Switzerland                97979        Germany
  320. 51516-51599  Switzerland                97980-98588  France
  321. 51600-51799  Norway                     98600-99998  Germany
  322. 51800-51999  Portugal
  323. 52000-52199  Germany                    Numbers formed by the same digit
  324. 52200-52299  Vanuatu                    repeated 5 times, or by 2 different
  325. 52525        UK Great Britain and NI    digits repeated alternately, are
  326. 52600-54544  ex-USSR                    reserved for calling predetermined
  327. 54546-55554  ex-USSR                    groups of ship stations.
  328. 55556-56099  ex-USSR
  329.  
  330.  
  331. Part 2. Table of Blocks of Coast Station Identification Numbers
  332.  
  333. 0100-0119  Argentina                    2930-2949  Poland
  334. 0120-0129  Peru                         2950-2959  Sweden
  335. 0140-0149  Bolivia                      3170-3179  Maldives
  336. 0150-0159  Tanzania                     3200-3259  UK Great Britain and NI
  337. 0180-0189  Cyprus                       3450-3459  Israel
  338. 0210-0219  Bangladesh                   3500-3509  Switzerland
  339. 0220-0229  Cape Verde                   3560-3579  Portugal
  340. 0270-0279  Algeria                      3620-3769  ex-USSR
  341. 0330-0339  Australia                    3800-3819  Malaysia
  342. 0480-0489  Belgium                      3830-3839  Thailand
  343. 0570-0579  Romania                      3850-3859  Yugoslavia
  344. 0580-0589  Canada                       3870-3879  Uruguay
  345. 0700-0719  Brazil                       3910-3919  Venezuela
  346. 0770-0779  Colombia                     3950-3959  Sudan
  347. 0810-0819  Bulgaria                     4010-4029  New Zealand
  348. 0830-0899  Denmark                      4050-4069  Pakistan
  349. 0990-1089  Spain                        4150-4159  Philippines
  350. 1090-1119  USA                          4330-4349  South Africa
  351. 1590-1609  Finland                      4360-4369  Turkey
  352. 1630-1669  France                       4400-4599  ex-USSR
  353. 1780-1789  Greece                       4600-4619  Germany
  354. 1820-1899  Chile                        4620-4629  Singapore
  355. 1920-1929  Ghana                        4630-4639  UK Great Britain and NI
  356. 1950-1959  Ethiopia                     4640-4649  Sierra Leone
  357. 1980-1989  Ireland                      4650-4659  Bahrain
  358. 2010-2039  China                        4660-4669  Seychelles
  359. 2070-2109  Italy                        4670-4679  Czechoslovakia
  360. 2130-2149  Iraq                         4680-4689  Djibouti
  361. 2180-2189  Kuwait                       4690-4699  Qatar
  362. 2200-2209  Indonesia                    4710-4719  United Arab Emirates
  363. 2280-2289  Libya                        4759-4759  Ecuador
  364. 2300-2339  India                        4800-4809  Zaire
  365. 2360-2409  Japan                        4810-4819  Yemen
  366. 2450-2459  Morocco                      4820-4829  Egypt
  367. 2480-2489  Malta                        4830-4839  Saudi Arabia
  368. 2500-2509  Monaco                       4860-4869  Suriname
  369. 2510-2519  Cuba                         4900-4939  Mexico
  370. 2550-2599  Norway                       4980-4999  Syria
  371. 2740-2749  Iceland                      5010-5019  Oman
  372. 2770-2779  Netherlands                  5100-5109  Senegal
  373. 2830-2849  Germany                      5300-5309  Iran
  374. 2890-2899  Panama                       6200-6209  Jordan
  375.  
  376.  
  377. List of Coast Stations, ordered by SELCALL-number
  378. -------------------------------------------------
  379. (C) Copyright 1994, Ralf D. Kloth
  380.  
  381. [this list is not necessarily complete ...]
  382.  
  383.        Callsign  Station Name       Country  Selcall      WRU-ID
  384.  
  385.          LPD     Gral.Pacheco R.      ARG    [0101]       0101 STARTEL X
  386.          LSD836  Argentina R.         ARG    [0111]
  387.          7TK     Boufarik R.          ALG    [0270]
  388.          VIS     Sydney R.            AUS    [0330]
  389.          VIP     Perth R.             AUS    [0331]
  390.          OST     Oostende R.          BEL    [0480]       0480 OSTTOR B
  391.          VCS     Halifax R.           CAN    [0580]       0580 HALIFAX X
  392.          VAI     Vancouver R.         CAN    [0581]
  393.          PPR     Rio de Janeiro R.    B      [0710]
  394.          LZW     Varna R.             BUL    [0810]       0810 AUTOTX A BG
  395.          OXZ     Lyngby R.            DNK    [0832]       0832 AUTOTX DK
  396.          EAD     Madrid R.            E      [1078]
  397.          WLO     Mobile R. AL         USA    [1090]
  398.          KPH     San Francisco R. CA  USA    [1091]
  399.          WCC     Chatham R. MA        USA    [1092]
  400.          KFS     Palo Alto R. CA      USA    [1094]
  401.          NMF     USCG Boston MA       USA    [1095]
  402.          NMC     USCG San Francisco   USA    [1096]
  403.          NMN     USCG Portsmouth VA   USA    [1097]
  404.          NMO     USCG Honolulu        HWA    [1099]
  405.          NRV     USCG Guam            GUM    [1100]
  406.          KLC     Galveston R. TX      USA    [1101]
  407.          WPD     Tampa R. FL          USA    [1102]
  408.          NOJ     USCG Kodiak          ALS    [1106]
  409.          WNU     Slidell R. LA        USA    [1109]
  410.          KLB     Seattle R. WA        USA    [1113]
  411.          OFJ     Helsinki R.          FNL    [1605]
  412.          FFT     Saint Lys R.         F      [1634]       1634 AUTOTLX F
  413.          SVA     Athinai R.           GRC    [1780]
  414.          CBV     Valparaiso R.        CHL    [1860]
  415.          CBM     Magallanes R.        CHL    [1886]
  416.          9GP23   Black Star Tema R.   GHA    [1925]
  417.          0A      Navy Defence Forces  IRL    [1986]
  418.          XSG     Shanghai R.          CHN    [2010]
  419.          XSQ     Guangzhou R.         CHN    [2017]       2017 XSQ CN
  420.          XSX     Keelung R.           TWN    [2019]
  421.          IAR     Roma R.              I      [2070]       2070 IAR I
  422.          ICB     Genova R.            I      [2074]
  423.          VWB     Bombay R.            IND    [2301]
  424.          VWM     Madras R.            IND    [2304]
  425.          JCS     Choshi R.            J      [2360]       2360 JCS J
  426.          JOS     Nagasaki R.          J      [2361]
  427.          JNA     JMSA Tokyo R.        J      [2400]
  428.          3AC     Monaco R.            MCO    [2500]
  429.          HLS     Seoul R.             KOR    [2521]
  430.          LGB     Rogaland R.          NOR    [2550]
  431.          PCH     Scheveningen R.      HOL    [2770]       2770 AUTOTX NL
  432.          DAN     Norddeich R.         D      [2845]       2845 NDRADIO D
  433.          HPP     INTELMAR Panama R.   PNR    [2890]
  434.          SPH     Gdynia R.            POL    [2930]
  435.          SPE     Szczecin R.          POL    [2931]
  436.          SPS     Witowo R.            POL    [2932]
  437.          SPW     Warszawa R.          POL    [2933]
  438.          SAB     Goeteborg R.         S      [2950]       MARITEX S
  439.          SDJ     Stockholm R.         S      [2954]
  440.          GNI     Niton R.             G      [3203,3220]
  441.          GLD     Land's End R.        G      [3204,3220]
  442.          GCC     Cullercoats R.       G      [3211,3220]
  443.          GKZ     Humber R.            G      [3212,3220]
  444.          GNK     Shetland R.          G      [3215,3220]
  445.          GKE     Portishead R.        G      [3220]       3220 AUTO G
  446.          GKR     Wick R.              G      [3221,3220]
  447.          GNK     Norwick R.           G      [3221,3220]
  448.          GND     Stonehaven R.        G      [3222,3220]
  449.          HEC     Bern R.              SUI    [3502]
  450.          CUL     Lisboa R.            POR    [3560]       3560 CULTEX P
  451.          USU     Mariupol R. <ex UBN> UKR    [3650]
  452.          UUI     Odessa R.   <ex UFB> UKR    [3651]
  453.          URD     St.Peterburg R.      RUS    [3700]
  454.          UAT     Moskva R.            RUS    [3701]
  455.          UDH     Riga R.              LVA    [3704]       3704 UDH AUTO
  456.          UMV     Murmansk R.          RUS    [3707]
  457.          UXN     Arkhangelsk R.       RUS    [3708]       3708 UXN
  458.          ESA     Tallin R.   <ex UAH> EST    [3709]
  459.          UBN     Mariupol R.    <old> UKR    [3710]
  460.          UFN     Novorossijsk R.      RUS    [3711]
  461.          UFB     Odessa R.      <old> UKR    [3712]       3712 UFB
  462.          9MG     Penang R.            MLA    [3802]
  463.          9WW20   Kuching R.           MLA    [3808,09]
  464.          9AR     Rijeka R.   <ex YUR> HRV    [3851]       3851 9AR RH
  465.          ZLW     Wellington R.        NZL    [4010]       +++
  466.          ZSD     Durban R.            AFS    [4330]
  467.          ZSC     Capetown R.          AFS    [4331]
  468.          TAH     Istanbul R.          TUR    [4360]       4360 IST RD
  469.          DHS     Ruegen R.            D      [4619]
  470.          9VG     Singapore R.         SNG    [4620]       9VG SERADIO RS
  471.          VRT     Bermuda R.           BER    [4630]
  472.          VPS     C.d'Aguilar R.       HKG    [4631]
  473.          A9M     Bahrain R.           BHR    [4650]
  474.          J2A     Djibouti R.          DJI    [4680]
  475.          A7D     Doha R.              QAT    [4690]
  476.          9PA     Banana R.            ZAI    [4800]
  477.          HZG     Dammam R.            ARS    [4830,31]
  478.          HZH     Jeddah R.            ARS    [4832]
  479.          4PB     Colombo R.           CLN    [5890]
  480.          JYO     Aqaba R.             JOR    [6200]
  481.  
  482. +++ denotes a station out of service
  483.  
  484.  
  485.  
  486. For a complete list of maritime selcalls of SHIP stations, see
  487. the official 'ITU List of Ship Stations'.
  488.  
  489.  
  490.  
  491. Practical examples:
  492.  
  493. Your SITOR teletype
  494. receiving station
  495. prints the SelCall:   it is in fact:
  496.  XVSM XVSM XVSM        a ship calling KFS /Palo Alto R. (selcall 1094)
  497.  KYVY KYVY             a ship calling UMV /Murmansk Radio (selcall 3707)
  498.  QVYV                  a ship calling IAR /Roma Radio (selcall 2070)
  499.  VRYM VRYM VRYM        a coast station calling ship WBAE /SS Ashley Lykes
  500.                          (selcall 10674)
  501.  MFRS MFRS             a coast station calling ship ELHH9 /Colombus Olinda
  502.                          (selcall 24869)
  503.  TXVB                  a coast station calling ship Y5BO /MS Leipzig
  504.                          (selcall 60101)
  505.  GXYZ                  a ham calling the amateur radio station G3XYZ
  506.                          (selcall not translatable to MMS)
  507.  
  508.  
  509. Note:
  510. Other fixed stations (e.g. diplomatic services, etc) may also use selective
  511. calling numbers.
  512. Their meaning, however, is private and internal to the service concerned.
  513. There are almost no connections to the numbering schemes used in the MMS.
  514. (e.g. the Ministry of Foreign Affairs in Cairo uses numbers 11101, 11102,
  515. 11103, ... etc to call its various embassies in one continent and 22201, 22202,
  516. ... etc in another one).
  517.  
  518.  
  519. *** end of file.
  520.